home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1999 February
/
MACPOWER-1999-02.ISO.7z
/
MACPOWER-1999-02.ISO
/
アップル関連
/
ResEdit 2.1.3
/
Examples
/
CExamples
/
MakePicker
< prev
Wrap
Text File
|
1994-09-14
|
664b
|
36 lines
# MakeFile - Make instructions for the ResEdit ICON picker.
#
# Copyright Apple Computer, Inc. 1986-1991
# All rights reserved.
#
# This makefile builds:
# The ICON Resource Picker
#
cOptions = -b
OutFile = {buildToName}
obj = :obj:
source = :Source:
ResEditLibraries = ::Libraries:
SysLibs = "{CLibraries}"StdCLib.oカ
"{Libraries}"Runtime.o カ
"{Libraries}"Interface.o
RSSCLibs = {obj}RSSC.a.o カ
{obj}ResDisp.a.o
# Link the ICON picker
"{OutFile}" トト {obj}Icon.Pick.c.o {RSSCLibs} {sysLibs}
Link {RSSCLibs} カ
{obj}Icon.Pick.c.o カ
{sysLibs} カ
-da -w -rt RSSC=128 カ
-sg ICON カ
-o "{OutFile}"
{obj} ト {source} {ResEditLibraries}